/*index_banner*/

.banner {
	font-size: 0;
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 100px;
}

.banner .slick-dots {
	position: absolute;
	bottom: 40px;
	width: 100%;
	text-align: center;
}

.banner .slick-dots li {
	position: relative;
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	border: solid 1px #ffffff;
	cursor: pointer;
	margin: 0 5px;
}

.banner .slick-dots li.slick-active {
	border: solid 1px #1976d2;
	background-color: #1976d2;
	opacity: 1;
}

.banner .slick-dots li button {
	display: none;
}

.banner img {
	display: block;
	width: 100%;
}

.banner .item .img-box {
	padding-bottom: 36.45833333333333%;
}

@media (max-width: 1199px) {
	.banner {
		padding-top: 70px;
	}
}

@media (max-width: 1199px) {
	.banner .slickbanner {
		width: 120%;
		max-width: 120%;
		margin-left: -10%;
	}
}

@media (max-width: 991px) {
	.banner .slickbanner {
		width: 130%;
		max-width: 130%;
		margin-left: -15%;
	}
	.banner .slick-dots {
		bottom: 20px;
	}
}

@media (max-width: 767px) {
	.banner-in .slickbanner {
		width: 160%;
		max-width: 160%;
		margin-left: -30%;
	}
	.banner .slick-dots {
		bottom: 15px;
	}
}


/*title*/

.title {
	text-align: center;
}

.title b {
	font-size: 40px;
	font-weight: normal;
	color: #000000;
}

.title p {
	font-size: 16px;
	color: #999999;
	padding-top: 10px;
}

.title .icon_tips {
	display: block;
	width: 22%;
	margin: 0 auto;
	margin-top: 15px;
	position: relative;
}

.title .icon_tips span:before {
	display: block;
	font-family: 'iconfont';
	content: '\e6a6';
	font-size: 20px;
	color: #ff9800;
}

.title .icon_tips:before {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	display: block;
	content: '';
	width: 120px;
	height: 1px;
	background-color: #e3e3e3;
}

.title .icon_tips:after {
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	display: block;
	content: '';
	width: 120px;
	height: 1px;
	background-color: #e3e3e3;
}

.padt {
	padding-top: 100px;
}

.padd {
	padding: 100px 0;
}

.lists {
	padding-top: 35px;
}

@media (max-width: 1469px) {
	.title .icon_tips {
		width: 26%;
	}
}

@media (max-width: 1199px) {
	.title .icon_tips {
		width: 32%;
	}
	.title b {
		font-size: 30px;
	}
	.padt {
		padding-top: 50px;
	}
	.padd {
		padding: 50px 0;
	}
}

@media (max-width: 991px) {
	.title .icon_tips {
		width: 40%;
	}
	.title b {
		font-size: 26px;
	}
	.padt {
		padding-top: 40px;
	}
	.padd {
		padding: 40px 0;
	}
	.lists {
		padding-top: 30px;
	}
}

@media (max-width: 767px) {
	.title .icon_tips {
		width: 70%;
	}
	.title .icon_tips:before,
	.title .icon_tips:after {
		width: 100px;
	}
	.title b {
		font-size: 20px;
	}
	.title p {
		font-size: 14px;
	}
	.padt {
		padding-top: 30px;
	}
	.padd {
		padding: 30px 0;
	}
	.lists {
		padding-top: 20px;
	}
}

@media (max-width: 360px) {
	.title .icon_tips {
		width: 80%;
	}
}


/*index_num*/

.index_num {
	padding: 40px 0;
	border-bottom: 1px solid #f3f3f3;
}

.index_num .box-number .number {
	overflow: hidden;
}

.index_num .box-number .number ul {
	font-size: 0;
}

.index_num .box-number .number ul li {
	display: inline-block;
	vertical-align: top;
	width: 25%;
}

.index_num .box-number .number .item {
	position: relative;
}

.index_num .box-number .number .item:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 40px;
	border-right: 1px solid #f3f3f3;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.index_num .box-number .number ul li:first-child .item:before {
	display: none;
}

.index_num .box-number .number .item b {
	display: block;
	vertical-align: middle;
	font-size: 60px;
	font-weight: normal;
	color: #000;
	text-align: center;
}

.index_num .box-number .number .item b sup {
	top: -2em;
	font-size: 40%;
}

.index_num .box-number .number .item b sub {
	font-size: 25%;
}

.index_num .box-number .number .item p {
	font-size: 20px;
	line-height: 24px;
	color: #666;
	text-align: center;
}

@media (max-width: 1199px) {
	.index_num .box-number .number ul li {
		margin-bottom: 20px;
	}
	.index_num .box-number .number .item b {
		font-size: 38px;
	}
	.index_num .box-number .number .item:before,
	.index_num .box-number .number ul li:last-child .item:after {
		display: none;
	}
}

@media (max-width: 991px) {
	.index_num {
		padding: 30px 0;
	}
	.index_num .box-number .number .item b {
		font-size: 36px;
	}
	.index_num .box-number .number .item p {
		padding-top: 10px;
	}
}

@media (max-width: 767px) {
	.index_num {
		padding: 20px 0;
	}
	.index_num .box-number .number ul li {
		width: 50%;
		margin: 20px 0;
	}
	.index_num .box-number .number .item b {
		font-size: 30px;
	}
	.index_num .box-number .number .item p {
		font-size: 18px;
	}
}


/*index_product*/

.index_product {
	overflow: hidden;
	background: url(../images/img/index_productbg.jpg) center no-repeat;
	background-size: cover;
}

.index_product .lists {
	padding: 35px 100px 0 100px;
}

.index_product .lists .pic {
	display: block;
	position: relative;
	border-radius: 0px 20px 0px 20px;
	overflow: hidden;
}

.index_product .lists ul li:first-child .pic .img-box {
	padding-bottom: 80.18018018018018%;
}

.index_product .lists ul li:nth-child(2) .pic .img-box,
.index_product .lists ul li:nth-child(3) .pic .img-box {
	padding-bottom: 37.83783783783784%;
}

.index_product .lists ul li:nth-child(2) .pic,
.index_product .lists ul li:nth-child(3) .pic {
	margin-bottom: 25px;
}

.index_product .lists .pic .note_bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, .5);
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}

.index_product .lists .pic .note {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	padding: 30px;
}

.index_product .lists .pic .note b {
	display: block;
	font-size: 20px;
	font-weight: normal;
	line-height: 30px;
	color: #ffffff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}

.index_product .lists .pic .note span {
	display: block;
	width: 30px;
	height: 30px;
	margin: 0 auto;
	background-color: #1976d2;
	border-radius: 50%;
	opacity: 0;
	margin-top: 18px;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
}

.index_product .lists .pic .note span:before {
	display: block;
	font-family: 'iconfont';
	content: '\e728';
	font-size: 18px;
	color: #fff;
	text-align: center;
	line-height: 30px;
}

.index_product .lists .pic:hover .note_bg {
	background-color: rgba(0, 0, 0, 0);
}

.index_product .lists .pic:hover .note {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.index_product .lists .pic:hover .note b {
	text-align: center;
}

.index_product .lists .pic:hover .note span {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

@media (max-width: 1469px) {
	.index_product .lists {
		padding: 35px 50px 0 50px;
	}
	.index_product .lists ul li:nth-child(2) .pic,
	.index_product .lists ul li:nth-child(3) .pic {
		margin-bottom: 18px;
	}
}

@media (max-width: 1199px) {
	.index_product .lists {
		padding: 30px 20px 0 20px;
	}
	.index_product .lists ul li:nth-child(2) .pic,
	.index_product .lists ul li:nth-child(3) .pic {
		margin-bottom: 18px;
	}
}

@media (max-width: 767px) {
	.index_product .lists {
		padding: 20px 15px 0 15px;
	}
	.index_product .lists ul li:first-child .pic,
	.index_product .lists ul li:nth-child(2) .pic,
	.index_product .lists ul li:nth-child(3) .pic {
		margin-bottom: 18px;
	}
}


/*index_technology*/

.index_technology {
	overflow: hidden;
	background: url(../images/img/index_technologybg.jpg) center no-repeat;
	background-size: cover;
}

.index_technology .lists ul li {
	display: inline-block;
	vertical-align: top;
}

.index_technology .lists ul li .item {
	width: 360px;
	display: inline-block;
	vertical-align: middle;
	padding: 80px 40px 110px 40px;
	background: url(../images/img/technology_bg.png) center no-repeat;
	background-size: cover;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}

.index_technology .lists ul li .item:hover {
	background: url(../images/img/technology_bg1.png) center no-repeat;
	background-size: cover;
}

.index_technology .lists ul li:nth-child(2):before {
	display: inline-block;
	vertical-align: middle;
	content: '\e628';
	font-family: 'iconfont';
	color: #1976d2;
	font-size: 25px;
	padding: 0 65px;
}

.index_technology .lists ul li:nth-child(2):after {
	display: inline-block;
	vertical-align: middle;
	content: '\e628';
	font-family: 'iconfont';
	color: #1976d2;
	font-size: 25px;
	padding: 0 65px;
}

.index_technology .lists ul li .item b {
	display: block;
	font-size: 20px;
	font-weight: normal;
	color: #000000;
	text-align: center;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}

.index_technology .lists ul li .item b:before {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	border: solid 1px rgba(25, 118, 210, .5);
	margin: auto;
	display: block;
	content: '\e689';
	font-family: 'iconfont';
	font-size: 32px;
	line-height: 70px;
	color: #1976d2;
	font-weight: normal;
	text-align: center;
	margin-bottom: 20px;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}

.index_technology .lists ul li:nth-child(2) .item b:before {
	content: '\e77f';
}

.index_technology .lists ul li:nth-child(3) .item b:before {
	content: '\e643';
}

.index_technology .lists ul li .item p {
	font-size: 14px;
	line-height: 28px;
	color: #999999;
	padding-top: 15px;
	text-align: justify;
	/*display: -webkit-box;*/
	overflow: hidden;
	height: 130px;
	/*-webkit-box-orient: vertical;*/
	/*-webkit-line-clamp: 4;*/
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}

.index_technology .lists ul li .item:hover b {
	color: #FFFFFF;
}

.index_technology .lists ul li .item:hover p {
	color: #FFFFFF;
}

.index_technology .lists ul li .item:hover b:before {
	color: #FFFFFF;
	border: solid 1px rgba(255, 255, 255, .5);
}

@media (max-width: 1469px) {
	.index_technology .lists ul li .item {
		width: 317px;
		padding: 70px 40px 110px 40px;
	}
	.index_technology .lists ul li:nth-child(2):before {
		padding: 0 30px;
	}
	.index_technology .lists ul li:nth-child(2):after {
		padding: 0 30px;
	}
	.index_technology .lists ul li .item p{
		height: 160px;
	}
}

@media (max-width: 1199px) {
	.index_technology .lists ul li .item {
		width: 100%;
		padding: 85px 40px 110px 40px;
	}
	.index_technology .lists ul li {
		display: block;
		float: left;
		width: 33.333%;
		padding: 0 10px;
	}
	.index_technology .lists ul li:nth-child(2):before,
	.index_technology .lists ul li:nth-child(2):after {
		display: none;
	}
	.index_technology .lists ul li .item p {
		padding-top: 5px;
		height: 125px;
	}
	.index_technology .lists ul li .item b:before {
		margin-bottom: 10px;
	}
}

@media (max-width: 991px) {
	.index_technology .lists ul li {
		width: 50%;
		margin-bottom: 20px;
	}
	.index_technology .lists ul li .item b {
		font-size: 18px;
	}
}

@media (max-width: 767px) {
	.index_technology .lists ul li {
		width: 100%;
		margin-bottom: 20px;
	}
	.index_technology .lists ul li .item b {
		font-size: 18px;
	}
}


/*index_core*/

.index_core {
	overflow: hidden;
	padding-bottom: 40px;
	padding-top: 0;
	background: url(../images/img/index_probg.jpg) center no-repeat;
	background-size: cover;
}

.index_core .lists ul li {
	display: inline-block;
	vertical-align: top;
}

.index_core .lists ul li:first-child,
.index_core .lists ul li:nth-child(3),
.index_core .lists ul li:nth-child(5),
.index_core .lists ul li:nth-child(7) {
	width: 12.5%;
}

.index_core .lists ul li:nth-child(2),
.index_core .lists ul li:nth-child(4),
.index_core .lists ul li:nth-child(6),
.index_core .lists ul li:nth-child(8) {
	width: 11.4%;
}

.index_core .lists ul li:first-child {
	margin-top: 100px;
}

.index_core .lists ul li:nth-child(3) {
	margin-top: 150px;
}

.index_core .lists ul li:nth-child(4) {
	margin-top: 50px;
}

.index_core .lists ul li:nth-child(5) {
	padding-left: 15px;
}

.index_core .lists ul li:nth-child(6) {
	margin-top: 160px;
}

.index_core .lists ul li:nth-child(7) {
	margin-top: 30px;
}

.index_core .lists ul li:nth-child(8) {
	margin-top: 130px;
}

.index_core .lists .item {
	display: block;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}

.index_core .lists .item:hover {
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
}

.index_core .lists .item .pic {
	border-radius: 50%;
	overflow: hidden;
}

.index_core .lists .item .name {
	padding-top: 20px;
}

.index_core .lists .item .name b {
	display: block;
	font-size: 20px;
	font-weight: normal;
	line-height: 32px;
	color: #000000;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.index_core .lists .item .name b:after {
	display: block;
	content: '';
	margin: 0 auto;
	margin-top: 20px;
	width: 30px;
	height: 2px;
	background-color: #1976d2;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
	opacity: 0;
}

.index_core .lists .item:hover .name b:after {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

@media (max-width: 991px) {
	.index_core .lists ul li {
		display: block;
		float: left;
		width: 25% !important;
		margin-top: 0 !important;
		padding: 0 10px !important;
	}
	.index_core .lists ul li:nth-child(5) {
		padding-left: 0;
	}
	.index_core .lists .item .name {
		padding-top: 15px;
	}
	.index_core .lists .item .name b {
		font-size: 18px;
	}
}

@media (max-width: 767px) {
	.index_core .lists ul li {
		width: 50% !important;
		margin-top: 0 !important;
		padding: 0 15px !important;
	}
	.index_core .lists .item {
		margin-bottom: 10px;
	}
	.index_core .lists .item .name {
		padding-top: 5px;
	}
	.index_core .lists .item .name b {
		font-size: 16px;
	}
	.index_core .lists .item .name b:after {
		margin-top: 10px;
	}
}


/*index_range*/

.index_range {
	overflow: hidden;
}

.index_range .lists {
	overflow: hidden;
	padding-top: 0;
	background: url(../images/img/index_rangebg.jpg) center no-repeat;
	background-size: cover;
}

.index_range .lists ul {
	margin: 0;
	display: flex;
	justify-content: space-around;
}

.index_range .lists ul li {
	display: inline-block;
	padding: 0;
	border-right: 1px solid #4a4a4c;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}

.index_range .lists ul li:last-child {
	border-right: none;
}

.index_range .lists .item {
	position: relative;
	/*height: 500px;*/
	padding-bottom: 172%;
	cursor: pointer;
}

.index_range .lists .item .info_bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, .7);
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}

.index_range .lists .item .info {
	text-align: center;
	position: absolute;
	top: 55%;
	left: 0;
	right: 0;
	margin: auto;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}

.index_range .lists .item .info b {
	display: block;
	text-align: center;
	font-size: 20px;
	font-weight: normal;
	line-height: 32px;
	color: #ffffff;
	padding-bottom: 20px;
}

.index_range .lists .item .info b:before {
	display: block;
	content: '\e63c';
	font-family: 'iconfont';
	font-size: 32px;
	font-weight: normal;
	text-align: center;
	margin-bottom: 45px;
}

.index_range .lists ul li:nth-child(2) .item .info b:before {
	content: '\e643';
}

.index_range .lists ul li:nth-child(3) .item .info b:before {
	content: '\e653';
}

.index_range .lists ul li:nth-child(4) .item .info b:before {
	content: '\e609';
}

.index_range .lists ul li:nth-child(5) .item .info b:before {
	content: '\e604';
}

.index_range .lists ul li:nth-child(6) .item .info b:before {
	content: '\e689';
}

.index_range .lists .item .info p {
	font-size: 14px;
	color: #ffffff;
	line-height: 28px;
	text-align: justify;
	/*display: -webkit-box;*/
	display: none;
	overflow: hidden;
	opacity: 0;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	padding: 10px 20px 0 20px;
	opacity: 0;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
}

.index_range .lists ul li:hover {
	/*width: 50%;*/
}

.index_range .lists ul li:hover .item .info_bg {
	background-color: rgba(0, 0, 0, 0);
}

.index_range .lists ul li:hover .item .info_bg .info {
	top: 50%;
}

.index_range .lists ul li:hover .item .info p {
	opacity: 1;
	display: block;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

@media (max-width: 1469px) {
	.index_range .lists .item .info {
		/*top: 70%;*/
	}
	.index_range .lists .item .info b {
		font-size: 18px;
		padding-bottom: 0;
	}
	.index_range .lists .item .info b:before {
		margin-bottom: 20px;
	}
	.index_range .lists .item .info p {
		padding: 15px 20px 0 20px;
		line-height: 24px;
	}
}

@media (max-width: 1360px) {
	.index_range .lists .item .info b:before {
		margin-bottom: 5px;
	}
	.index_range .lists .item .info p {
		padding: 0px 10px 0px 10px;
		line-height: 24px;
	}
}

@media (max-width: 1199px) {
	.index_range .lists .item .info {
		/*padding: 60px 20px;*/
	}
	.index_range .lists .item .info b {
		font-size: 18px;
	}
}

@media (max-width: 991px) {
	.index_range .lists ul {
		display: block;
	}
	.index_range .lists ul li {
		border-bottom: 2px solid #4a4a4c;
	}
	.index_range .lists ul li .item .info b:before {
		margin-bottom: 20px;
	}
	.index_range .lists .item .info p {
		padding: 20px 20px 0px 20px;
	}
	.index_range .lists .item {
		padding-bottom: 110%;
	}
}

@media (max-width: 767px) {
	.index_range .lists ul li:hover .item .info_bg {
		background-color: rgba(0, 0, 0, 0);
	}
	.index_range .lists ul li .item .info p {
		opacity: 1;
		display: block;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
}


/*index_about*/

.index_about {
	background: url(../images/img/about_bg.jpg) center no-repeat;
	background-size: cover;
}

.index_about .lists .pic {
	border-radius: 0px 20px 0px 20px;
	overflow: hidden;
}

.index_about .lists .pic .img-box {
	padding-bottom: 62.66666666666667%;
}

.index_about .note {
	padding-top: 50px;
}

.index_about .note p {
	font-size: 16px;
	line-height: 32px;
	color: #000000;
}

@media (max-width: 991px) {
	.index_about .lists .pic {
		margin-bottom: 20px;
	}
	.index_about .note {
		padding-top: 20px;
	}
}


/*index_map*/

.index_map .lists .pic {
	width: 1305px;
	margin: auto;
}

@media (max-width: 1305px) {
	.index_map .lists .pic {
		width: 100%;
	}
}

.index_map .lists .pic .img-box {
	padding-bottom: 39.08045977011494%;
}


/*pagebanner*/

.pagebanner {
	width: 100%;
	overflow: hidden;
	position: relative;
	padding-top: 100px;
}

.pagebanner .img-box {
	padding-bottom: 15.625% !important;
}

.pagebanner .title {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.pagebanner .title b {
	color: #FFFFFF;
}

.pagebanner .title p {
	color: #FFFFFF;
}

.pagebanner .title .icon_tips {
	width: 16%;
}

.pagebanner .title .icon_tips span:before {
	color: #FFFFFF;
}

.pagebanner .title .icon_tips:before,
.pagebanner .title .icon_tips:after {
	opacity: .3;
}

.pad {
	padding: ;
}

@media (max-width: 1199px) {
	.pagebanner {
		padding-top: 70px;
	}
	.pagebanner .item {
		width: 130%;
		max-width: 130%;
		margin-left: -15%;
	}
}

@media (max-width: 991px) {
	.pagebanner .item {
		width: 160%;
		max-width: 160%;
		margin-left: -30%;
	}
}

@media (max-width: 767px) {
	.pagebanner .title p {
		padding-top: 2px;
		display: none;
	}
	.pagebanner .title .icon_tips {
		margin-top: 5px;
	}
	.pagebanner .title .icon_tips span:before {
		font-size: 15px;
	}
}


/*index_about*/

.about .list .pic {
	border-radius: 0px 20px 0px 20px;
	overflow: hidden;
	margin-bottom: 20px;
}

.about .list .pic .img-box {
	padding-bottom: 62.66666666666667%;
}

.about .note {
	/*padding-top: 30px;*/
}

.about .note p {
	font-size: 16px;
	line-height: 32px;
	color: #000000;
}

@media (max-width: 991px) {
	.about .list .pic {
		margin-bottom: 20px;
	}
	.about .note {
		padding-top: 20px;
	}
}


/*about_development*/

.about_development .timeline {
	position: relative;
	padding: 30px 0 50px 0;
	margin: auto;
}

.about_development .timeline:before {
	width: 2px;
	height: 100%;
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -2px;
	background-color: #EEEEEE;
}

.about_development .item {
	margin-bottom: 0;
	position: relative;
}

.about_development .item:after {
	content: "";
	clear: both;
	display: table;
}

.about_development .item_dot {
	width: 20px;
	height: 20px;
	background-color: #1976d2;
	position: absolute;
	border-radius: 50%;
	top: 80px;
	left: 50%;
	z-index: 5;
	margin-left: -11px;
	-webkit-transition: all .35s;
	transition: all .35s;
}

.about_development .item_dot:before {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: auto;
	content: '';
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #EEEEEE;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all .35s;
	transition: all .35s;
	opacity: 0;
}

.about_development .item:hover .item_dot:before {
	opacity: 1;
}

.about_development .item_dot:after {
	content: '';
	position: absolute;
	top: 9px;
	left: -100px;
	width: 100px;
	height: 2px;
	z-index: 2;
	background-color: #eeeeee;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.about_development .item:nth-child(2n) .item_dot:after {
	left: 100%;
}

.about_development .item_content {
	float: left;
	width: 40%;
	/*border: solid 2px #d1e8fe;*/
	padding: 10px 0;
	position: relative;
	z-index: 3;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.about_development .item:nth-child(2n) .item_content {
	float: right;
	text-align: right;
}

.about_development .item_content .info {
	width: 36%;
	float: left;
	position: absolute;
	left: 50px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.about_development .item:nth-child(2n) .item_content .info {
	left: auto;
	right: 50px;
}

.about_development .item_content .item_date {
	font-size: 20px;
	line-height: 24px;
	color: #1976d2;
	text-align: right;
}

.about_development .item_content .item_description {
	font-size: 16px;
	line-height: 28px;
	color: #000000;
	padding-top: 15px;
	text-align: right;
}

.about_development .item:nth-child(2n) .item_content .info .item_date {
	text-align: left;
}

.about_development .item:nth-child(2n) .item_content .info .item_description {
	text-align: left;
}

.about_development .item .item_content .item_img {
	width: 44%;
	float: left;
	margin-left: 53%;
	overflow: hidden;
}

.about_development .item:nth-child(2n) .item_content .item_img {
	float: left;
	margin-left: 0;
}

.about_development .item_img img {
	max-width: 100%;
	height: auto !important;
	border: solid 1px #ffffff;
}

@media (max-width: 1469px) {
	.about_development .item_dot {
		top: 65px;
	}
}

@media (max-width: 1199px) {
	.about_development .timeline {
		width: 100%;
		margin-top: 50px;
	}
	.about_development .timeline:before {
		left: 0;
	}
	.about_development .item {
		margin-bottom: 10px;
	}
	.about_development .item_content {
		width: 100%;
		float: none;
		position: static;
		padding: 28px 0 0 30px;
	}
	.about_development .item:nth-child(2n) .item_content {
		float: none;
		text-align: left;
	}
	.about_development .item_content .info {
		position: static;
		width: 100%;
		float: none;
		top: 0;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	.about_development .item_content .item_date,
	.about_development .item_content .item_description {
		text-align: left !important;
	}
	.about_development .item_content .item_description {
		padding-top: 10px;
	}
	.about_development .item .item_content .item_img {
		width: 100%;
		float: none;
		margin-left: 0;
		margin-top: 20px;
	}
	.about_development .item:nth-child(2n) .item_content .item_img {
		float: none;
	}
	.about_development .item_dot {
		top: 30px;
		left: 0;
	}
	.about_development .item_dot:after {
		display: none;
	}
}

@media (max-width: 991px) {
	.about_development .timeline {
		width: 100%;
		margin-top: 15px;
		padding: 15px 0 30px 0;
	}
	.about_development .timeline:before {
		left: 30px;
	}
	.about_development .item_dot {
		left: 30px;
	}
	.about_development .item_content {
		padding: 28px 0 0 60px;
	}
	.about_development .item .item_content .item_img {
		margin-top: 15px;
	}
}

@media (max-width: 767px) {
	.about_development .timeline {
		padding: 0px 0 30px 0;
	}
	.about_development .timeline:before {
		left: 15px;
	}
	.about_development .item_dot {
		left: 15px;
	}
	.about_development .item_content {
		padding: 28px 0 0 40px;
	}
	.about_development .item_content .item_date {
		font-size: 18px;
	}
	.about_development .item_content .item_description {
		padding-top: 5px;
	}
}


/*about_factory*/

.about_factory .list li:first-child .img-box {
	padding-bottom: 111.1111111111111% !important;
}

.about_factory .list li .pic .img-box {
	padding-bottom: 52.22222222222222%;
}

.about_factory .list li .pic {
	margin-bottom: 30px;
}

@media (max-width: 991px) {
	.about_factory .list li .pic {
		margin-bottom: 25px;
	}
}

@media (max-width: 767px) {
	.about_factory .list li .pic {
		margin-bottom: 20px;
	}
	.about_factory .list li:last-child {
		margin-bottom: 0;
	}
}


/*about_honor*/

.about_honor .info p {
	font-size: 14px;
	line-height: 28px;
	color: #000000;
}

.about_honor .list {
	padding-top: 40px;
}

.about_honor .list ul {
	margin: 0 -15px;
}

.about_honor .list ul li {
	width: 20%;
	float: left;
	padding: 0 15px;
}

.about_honor .list ul li .item {
	display: block;
	position: relative;
	box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
	margin-bottom: 38px;
}

.about_honor .list ul li .item .img-box {
	padding-bottom: 142%;
}

@media (max-width: 991px) {
	.about_honor .list ul li {
		width: 50%;
	}
	.about_honor .list {
		padding-top: 30px;
	}
}

@media (max-width: 767px) {
	.about_honor .list ul li {
		width: 100%;
	}
	.about_honor .list ul li:last-child .item {
		margin-bottom: 0;
	}
}


/*product*/

.product {
	overflow: hidden;
	padding: 40px 0 55px 0;
}

.product .product_main .page_left {
	float: left;
	width: 23%;
	margin-bottom: -9819px;
	padding-bottom: 9999px;
	background-color: #f9f9f9;
}

.product .product_main .page_right {
	float: right;
	width: 77%;
	padding-left: 55px;
}

.product .product_main .page_left .page_nav {
	padding: 0;
}

.product .product_main .page_left .page_nav .pro_title b {
	display: block;
	line-height: 50px;
	background-color: #1976d2;
	font-size: 20px;
	font-weight: normal;
	color: #ffffff;
	padding-left: 25px;
}

.product .product_main .page_nav .menu {
	position: relative;
	padding-top: 10px;
}

.product .product_main .page_nav .menu .menu1>li:first-child {
	border-top: none;
}

.product .product_main .page_nav .menu .menu1>li.more>a:before {
	font-family: 'iconfont' !important;
	position: absolute;
	top: 50%;
	left: 25px;
	display: block;
	content: '';
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #666666;
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.product .product_main .page_nav .menu .menu1>li.nomore>a:before {
	font-family: 'iconfont' !important;
	position: absolute;
	top: 50%;
	left: 25px;
	display: block;
	content: '';
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #666666;
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.product .product_main .page_nav .menu .menu1>li:hover>a,
.product .product_main .page_nav .menu .menu1>li.active>a {
	color: #1976d2;
}

.product .product_main .page_nav .menu .menu1>li:hover>a:before,
.product .product_main .page_nav .menu .menu1>li.active>a:before {
	background-color: #1976d2;
}

.product .product_main .page_nav .menu .nomore .menu2,
.product .product_main .page_nav .menu .nomore .menu3 {
	display: none;
}

.product .product_main .page_nav .menu .menu1>li>a {
	font-size: 16px;
	font-weight: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #666;
	padding: 10px 0 10px 40px;
	position: relative;
	display: block;
	-webkit-transition: .3s;
	transition: .3s;
}

.product .product_main .page_nav .menu .menu1>li>.menu2 {
	padding: 0 0 0 55px;
}

.product .product_main .page_nav .menu ul.menu2>li,
.product .product_main .page_nav .menu ul.menu3>li {
	line-height: 30px;
	position: relative;
	cursor: pointer;
}

.product .product_main .page_nav .menu ul.menu2>li.more>a,
.product .product_main .page_nav .menu ul.menu3>li.more>a {
	position: relative;
}

.product .product_main .page_nav .menu ul.menu2>li.active>a,
.product .product_main .page_nav .menu ul.menu2>li:hover>a {
	color: #1976d2;
}

.product .product_main .page_nav .menu ul.menu2>li>a {
	font-size: 14px;
	line-height: 35px;
	color: #666;
	display: block;
	padding-left: 15px;
	-webkit-transition: .5s;
	transition: .5s;
}

.product .page_nav .menu ul.menu2>li.more>a:before {
	font-family: 'iconfont' !important;
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	content: '';
	width: 5px;
	height: 5px;
	border-radius: 50%;
	border: solid 1px #666666;
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.product .page_nav .menu .menu2>li.nomore>a:before {
	font-family: 'iconfont' !important;
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	content: '';
	width: 5px;
	height: 5px;
	border-radius: 50%;
	border: solid 1px #666666;
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.product .page_nav .menu ul.menu2>li.active>a,
.product .page_nav .menu ul.menu2>li:hover>a {
	color: #1976d2;
}

.product .page_nav .menu ul.menu2>li.active>a:before,
.product .page_nav .menu ul.menu2>li:hover>a:before {
	border: solid 1px #1976d2;
}

.product .page_nav .menu ul.menu3>li>a:before {
	display: none;
}

.product .page_nav .menu ul.menu3>li>a {
	display: block;
	font-size: 14px;
	line-height: 40px;
	color: #333333;
	padding-left: 30px;
	-webkit-transition: .3s;
	transition: .3s;
}

.product .page_nav .menu ul.menu3>li.active>a,
.product .page_nav .menu ul.menu3>li>a:hover {
	color: #1976d2;
}

.product .product_main .page_right .product_lists .item {
	display: block;
	position: relative;
	overflow: hidden;
	margin-bottom: 40px;
	border-bottom: solid 1px #eeeeee;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}

.product .product_main .product_lists .item .name {
	display: block;
	font-weight: normal;
	font-size: 22px;
	color: #000000;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}

.product .product_main .product_lists .item:hover .name {
	color: #1976d2;
}

.product .product_main .product_lists .item .info {
	padding: 20px 0 50px 0;
}

.product .product_main .product_lists .item .info .pic {
	width: 23%;
	float: left;
}

.product .product_main .product_lists .item .info .note {
	width: 77%;
	float: left;
	padding-left: 100px;
}

.product .product_main .product_lists .item .info .note p {
	font-size: 14px;
	line-height: 32px;
	color: #666666;
}

@media (max-width: 1469px) {
	.product .product_main .page_left {
		width: 28%;
	}
	.product .product_main .page_right {
		width: 72%;
	}
}

@media (max-width: 1199px) {
	.product .product_main .page_left {
		width: 34%;
	}
	.product .product_main .page_right {
		width: 66%;
		padding-left: 30px;
	}
	.product .product_main .product_lists .item .info {
		padding: 20px 0 30px 0;
	}
}

@media (max-width: 991px) {
	.product {
		padding: 30px 0 50px 0;
	}
	.product .product_main .page_left {
		width: 100%;
		margin: 0;
		padding: 0 0 10px 0;
	}
	.product .product_main .page_right {
		width: 100%;
		padding-left: 0;
		padding-top: 20px;
	}
	.product .product_main .page_right .product_lists .item {
		margin-bottom: 25px;
	}
	.product .product_main .page_nav .menu .menu1>li>a {
		padding: 5px 0 5px 40px;
	}
	.product .product_main .product_lists .item .name {
		font-size: 20px;
	}
	.product .product_main .product_lists .item .info {
		padding: 10px 0 20px 0;
	}
	.product .product_main .product_lists .item .info .note {
		padding-left: 50px;
	}
}

@media (max-width: 767px) {
	.product .product_main .page_nav .menu .menu1>li>a {
		line-height: 24px;
	}
	.product .product_main .page_right .product_lists .item {
		margin-bottom: 20px;
	}
	.product .product_main .product_lists .item .info .pic {
		width: 25%;
	}
	.product .product_main .product_lists .item .info .note {
		width: 75%;
		padding-left: 20px;
	}
}


/*prod_details*/

.product_box .left {
	width: 46.572%;
	padding: 24px 25px 20px 25px;
	box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.08);
}

.product_box .right {
	width: 53.428%;
	padding-left: 30px;
}

.product_box .pro-show {
	overflow: hidden;
}

.product_box .pro-show .album {
	position: relative;
	float: left;
	width: 100%;
}

.product_box .pro-show .album .item .img-box {
	z-index: 0;
	border: none;
}

.product_box .pro-show .album .img-box img {
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
	opacity: 1;
}

.product_box .pro-show .album .slider-nav {
	position: relative;
	margin: 0 -5px;
	padding: 18px 0px 0px 0px;
}

.product_box .pro-show .album .slider-nav .slick-current .item .pic {
	border: 1px solid #1976d2;
}

.product_box .pro-show .album .slider-nav div:focus {
	outline: none;
	border: none;
}

.product_box .pro-show .album .slider-nav .item {
	padding: 0 5px;
}

.product_box .pro-show .album .slider-nav .item .pic {
	border: solid 1px #eeeeee;
}

.product_box .right .prod_info .pro_title {
	padding-bottom: 25px;
	border-bottom: solid 1px #eeeeee;
}

.product_box .right .prod_info .pro_title h1 {
	font-size: 28px;
	/*font-size: 36px;*/
	font-weight: normal;
	color: #333333;
}

.product_box .right .prod_info .pro_title p {
	font-size: 16px;
	color: #999999;
	padding-top: 15px;
}

.product_box .right .prod_info .info {
	padding-top: 25px;
}

.product_box .right .prod_info .info p {
	font-size: 14px;
	line-height: 28px;
	color: #333333;
}

.product_box .right .prod_info .pro_btn {
	padding-top: 25px;
}

.product_box .right .prod_info .pro_btn a#inquiry_btn,
.product_box .right .prod_info .pro_btn a#contact_btn {
	display: inline-block;
	padding: 0 83px;
	background-color: #434343;
	border: 1px solid #434343;
	font-size: 17px;
	line-height: 46px;
	color: #FFFFFF;
	text-align: center;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.product_box .right .prod_info .pro_btn a#inquiry_btn {
	padding: 0 103px;
	/*margin-left: 20px;*/
	background-color: #1976d2;
	border: 1px solid #1976d2;
}

.product_box .right .prod_info .pro_btn a#inquiry_btn:hover {
	color: #1976d2;
	background-color: #FFFFFF;
}

.product_box .right .prod_info .pro_btn a#contact_btn:hover {
	color: #434343;
	background-color: #FFFFFF;
}

.product_box .right .prod_info .pro_arrow {
	padding-top: 150px;
}

.product_box .right .prod_info .pro_arrow .item .pic {
	display: inline-block;
	vertical-align: middle;
	width: 50px;
	height: 50px;
	background-color: #ffffff;
	border: solid 1px #eeeeee;
}

.product_box .right .prod_info .pro_arrow .item .pic img {
	max-width: 100%;
}

.product_box .right .prod_info .pro_arrow .item a {
	display: inline-block;
	vertical-align: middle;
	width: 130px;
	font-size: 16px;
	color: #333333;
	margin: 0 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.product_box .right .prod_info .pro_arrow .item:hover a {
	color: #1976d2;
	text-decoration: underline !important;
}

.page_right .product_title {
	margin-top: 40px;
	padding: 0 35px;
	background-color: #f6f6f6;
}

.page_right .product_title b {
	font-size: 20px;
	font-weight: normal;
	color: #000000;
	line-height: 60px;
}

.page_right .product_msg .info {
	padding-top: 25px;
}

.page_right .product_msg .info p,
.page_right .product_package .info .note p {
	font-size: 14px;
	line-height: 36px;
	color: #333;
}

.page_right .product_msg .info .table img {
	max-width: 100%;
	height: auto !important;
}

.page_right .product_msg .info p:before {
	display: inline-block;
	vertical-align: middle;
	content: '';
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #1976d2;
	margin-right: 8px;
}

.page_right .product_msg .info .note p:before {
	display: none;
}

.page_right .product_package .info {
	padding-top: 25px;
}

.page_right .product_package .list {
	padding-top: 35px;
}

.page_right .product_package .list .item {
	display: block;
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
	background-color: #ffffff;
	border: solid 1px #eeeeee;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.page_right .product_package .list .item:hover {
	box-shadow: 0px 2px 10px 0px rgba(177, 0, 7, 0.1);
}

@media (max-width: 1469px) {
	.product_box .left {
		width: 49%;
	}
	.product_box .right {
		width: 51%;
	}
	.product_box .right .prod_info .pro_title {
		padding-top: 0;
	}
	.product_box .right .prod_info .info {
		padding-top: 20px;
	}
	.product_box .right .prod_info .pro_btn {
		padding-top: 15px;
	}
	.product_box .right .prod_info .pro_btn a#contact_btn {
		padding: 0 55px;
	}
	.product_box .right .prod_info .pro_btn a#inquiry_btn {
		padding: 0 70px;
	}
	.product_box .right .prod_info .pro_arrow {
		padding-top: 25px;
	}
	.product_box .right .prod_info .pro_arrow .item a {
		width: 100px;
		margin: 0 3px;
	}
}

@media (max-width: 1199px) {
	.product_box .left {
		width: 100%;
		float: none;
	}
	.product_box .right {
		width: 100%;
		float: none;
		padding-top: 30px;
		padding-left: 0;
	}
	.product_box .right .prod_info .pro_title h1 {
		font-size: 28px;
	}
}

@media (max-width: 991px) {
	.product_box .pro-show .album {
		float: none;
		width: 100%;
	}
	.product_box .right .prod_info .pro_title h1 {
		font-size: 24px;
	}
	.product_box .right .prod_info .info {
		padding-top: 10px;
	}
}

@media (max-width: 767px) {
	.product_box .right {
		padding-top: 20px;
	}
	.product_box .right .prod_info .pro_title h1 {
		font-size: 20px;
	}
	.product_box .right .prod_info .pro_btn a#contact_btn {
		padding: 0 40px;
	}
	.product_box .right .prod_info .pro_btn a#inquiry_btn {
		padding: 0 60px;
	}
	.product_box .right .prod_info .pro_arrow .item a {
		width: 100px;
		margin: 0;
	}
}

@media (max-width: 350px) {
	.product_box .right .prod_info .pro_btn a#contact_btn {
		padding: 0 40px;
	}
	.product_box .right .prod_info .pro_btn a#inquiry_btn {
		padding: 0 50px;
	}
	.product_box .right .prod_info .pro_arrow .item a {
		width: 85px;
		margin: 0;
	}
}

.product .inquire_form ul {
	margin: 0 -10px;
	padding-top: 30px;
}

.product .inquire_form ul li {
	float: left;
	margin-bottom: 20px;
	width: 33.333%;
	padding: 0 10px;
}

.product .inquire_form ul li:nth-child(6),
.product .inquire_form ul li:last-child {
	width: 100%;
}

.product .inquire_form ul li input {
	width: 100%;
	line-height: 50px;
	min-height: 50px;
	padding: 0px 20px;
	background-color: #ffffff;
	border: solid 1px #eeeeee;
	font-size: 16px;
	color: #666666;
}

.product .inquire_form ul li textarea {
	width: 100%;
	font-size: 16px;
	color: #666666;
	min-height: 215px;
	line-height: 30px;
	background-color: #ffffff;
	border: solid 1px #eeeeee;
	padding: 10px 20px;
}

.product .inquire_form ul li input::-webkit-input-placeholder,
.product .inquire_form ul li textarea::-webkit-input-placeholder {
	color: #666666;
}

.product .inquire_form ul li input:-o-placeholder,
.product .inquire_form ul li textarea:-o-placeholder {
	color: #666666;
}

.product .inquire_form ul li input::-moz-placeholder,
.product .inquire_form ul li textarea::-moz-placeholder {
	color: #666666;
}

.product .inquire_form ul li input:-ms-input-placeholder,
.product .inquire_form ul li textarea:-ms-input-placeholder {
	color: #666666;
}

.product .inquire_form ul li input:focus::-webkit-input-placeholder,
.product .inquire_form ul li textarea:focus::-webkit-input-placeholder {
	color: #999;
}

.product .inquire_form ul li input:focus::-o-placeholder,
.product .inquire_form ul li textarea:focus::-o-placeholder {
	color: #999;
}

.product .inquire_form ul li input:focus::-moz-placeholder,
.product .inquire_form ul li textarea:focus::-moz-placeholder {
	color: #999;
}

.product .inquire_form ul li input:focus::-ms-input-placeholder,
.product .inquire_form ul li textarea:focus::-ms-input-placeholder {
	color: #999;
}

.product .inquire_form ul li:nth-child(7) p {
	font-size: 14px;
	color: #666666;
}

.product .inquire_form ul li:last-child {
	margin-bottom: 0;
}

.product .inquire_form ul li button {
	padding: 0 133px;
	line-height: 46px;
	background-color: #1976d2;
	border: 1px solid #1976d2;
	font-size: 16px;
	color: #FFFFFF;
	border-radius: 0;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.product .inquire_form ul li button:hover {
	background-color: #FFFFFF;
	color: #1976d2;
}

@media (max-width: 991px) {
	.page_right .product_title {
		margin-top: 40px;
		padding: 0 20px;
	}
	.page_right .product_title b {
		font-size: 18px;
		line-height: 50px;
	}
	.page_right .product_title a {
		line-height: 50px;
	}
	.page_right .product_msg .info {
		padding-top: 20px;
	}
	.page_right .product_package .list {
		padding-top: 20px;
	}
	.page_right .product_package .list .item {
		margin-bottom: 20px;
	}
	.product .inquire_form ul {
		padding-top: 20px;
	}
}

@media (max-width: 767px) {
	.page_right .product_title {
		margin-top: 30px;
		padding: 0 15px;
	}
	.page_right .product_msg .info {
		padding-top: 15px;
	}
	.page_right .product_package .list {
		padding-top: 15px;
	}
	.product .inquire_form ul {
		padding-top: 15px;
	}
	.product .inquire_form ul li {
		width: 100%;
		margin-bottom: 15px;
	}
	.product .inquire_form ul li input {
		line-height: 45px;
	}
	.product .inquire_form ul li textarea {
		min-height: 90px;
	}
	.product .inquire_form ul li button {
		padding: 0 80px;
	}
}


/*contact*/

.contact .contact_box {
	padding: 70px 0;
}

.contact .contact_box .left {
	width: 50%;
	float: left;
}

.contact .contact_box .left .msg p {
	font-size: 16px;
	line-height: 36px;
	color: #333333;
}

.contact .contact_box .left .msg p a {
	font-size: 16px;
	line-height: 36px;
	color: #333333;
}

.contact .contact_box .left .msg p a:hover {
	color: #1976D2;
	text-decoration: underline !important;
}

.contact .contact_box .left .note {
	padding-top: 30px;
}

.contact .contact_box .left .note b {
	display: block;
	font-size: 20px;
	font-weight: normal;
	line-height: 36px;
	color: #999999;
}

.contact .contact_box .left .note p {
	display: inline-block;
	font-size: 16px;
	line-height: 36px;
	color: #333333;
}

.contact .contact_box .left .note .tel p a {
	color: #333333;
}

.contact .contact_box .left .note .tel p:first-child {
	margin-right: 30px;
}

.contact .contact_box .left .note .tel p a:hover {
	color: #1976D2;
	text-decoration: underline !important;
}

.contact .contact_box .right {
	width: 50%;
	float: right;
}

.contact .contact_box .right .map .map-content {
	height: 400px;
}

.contact .message_box {
	padding: 80px 0;
	background-color: #f6f6f6;
	border-top: solid 1px #eeeeee;
}

.contact .message_box .title b {
	font-size: 30px;
	font-weight: normal;
	color: #333333;
}

.contact .message_box .title p {
	font-size: 16px;
	color: #333333;
}

.contact .message_box .message_form {
	padding-top: 40px;
}

.contact .message_form ul {
	margin: 0 -15px;
}

.contact .message_form ul li {
	float: left;
	margin-bottom: 15px;
	width: 25%;
	padding: 0 15px;
}

.contact .message_form ul li:nth-child(5),
.contact .message_form ul li:last-child {
	width: 100%;
	min-height: 45px;
}

.contact .message_form ul li:last-child {
	margin-bottom: 0;
}

.contact .message_form ul li input {
	width: 100%;
	font-size: 14px;
	color: #666666;
	line-height: 45px;
	min-height: 45px;
	padding: 0px 20px;
	background-color: #ffffff;
	border: solid 1px #eeeeee;
}

.contact .message_form ul li textarea {
	width: 100%;
	font-size: 14px;
	color: #666666;
	min-height: 100px;
	line-height: 30px;
	background-color: #ffffff;
	border: solid 1px #eeeeee;
	padding: 10px 20px;
}

.contact .message_form ul li input::-webkit-input-placeholder,
.contact .message_form ul li textarea::-webkit-input-placeholder {
	color: #999999;
}

.contact .message_form ul li input:-o-placeholder,
.contact .message_form ul li textarea:-o-placeholder {
	color: #999999;
}

.contact .message_form ul li input::-moz-placeholder,
.contact .message_form ul li textarea::-moz-placeholder {
	color: #999999;
}

.contact .message_form ul li input:-ms-input-placeholder,
.contact .message_form ul li textarea:-ms-input-placeholder {
	color: #999999;
}

.contact .message_form ul li input:focus::-webkit-input-placeholder,
.contact .message_form ul li textarea:focus::-webkit-input-placeholder {
	color: #DDDDDD;
}

.contact .message_form ul li input:focus::-o-placeholder,
.contact .message_form ul li textarea:focus::-o-placeholder {
	color: #DDDDDD;
}

.contact .message_form ul li input:focus::-moz-placeholder,
.contact .message_form ul li textarea:focus::-moz-placeholder {
	color: #DDDDDD;
}

.contact .message_form ul li input:focus::-ms-input-placeholder,
.contact .message_form ul li textarea:focus::-ms-input-placeholder {
	color: #DDDDDD;
}

.contact .message_form ul li button {
	display: block;
	width: 200px;
	margin: auto;
	background-color: #005bab;
	line-height: 45px;
	font-size: 14px;
	color: #FFFFFF;
	cursor: pointer;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}

.contact .message_form ul li button:hover {
	background-color: #1976d2;
}

@media (max-width: 1199px) {
	.contact .contact_box {
		padding: 50px 0;
	}
	.contact .message_box {
		padding: 50px 0;
	}
}

@media (max-width: 991px) {
	.contact .contact_box {
		padding: 40px 0;
	}
	.contact .message_box {
		padding: 40px 0;
	}
	.contact .contact_box .left {
		width: 100%;
		float: none;
	}
	.contact .contact_box .left .note b {
		font-size: 18px;
	}
	.contact .contact_box .right {
		width: 100%;
		float: none;
		padding-top: 20px;
	}
	.contact .contact_box .right .map .map-content {
		height: 300px;
	}
	.contact .contact_box .left .note {
		padding-top: 10px;
	}
	.contact .message_box .title b {
		font-size: 26px;
	}
	.contact .message_box .message_form {
		padding-top: 20px;
	}
	.contact .message_form ul li {
		width: 50%;
	}
}

@media (max-width: 767px) {
	.contact .contact_box {
		padding: 30px 0;
	}
	.contact .message_box {
		padding: 30px 0;
	}
	.contact .message_box .title b {
		font-size: 20px;
	}
	.contact .message_box .title p {
		font-size: 15px;
		padding-top: 10px;
	}
	.contact .contact_box .left .note p {
		display: block;
	}
	.contact .message_form ul li {
		width: 100%;
	}
	.contact .message_form {
		padding-top: 10px;
	}
	.contact .message_form ul li button {
		padding: 0 52px;
	}
}


/*about_news*/

.news_lists .item {
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #eeeeee;
}

.news_lists .item .date {
	float: left;
	width: 70px;
	background-color: #f9f9f9;
	border: solid 1px #dddddd;
}

.news_lists .item .date span {
	display: block;
	text-align: center;
	font-size: 16px;
	line-height: 34px;
	color: #666666;
}

.news_lists .item .date span:first-child {
	border-bottom: 1px solid #dddddd;
}

.news_lists .item .info {
	float: left;
	width: 50%;
	padding-left: 45px;
}

.news_lists .item .info a {
	display: block;
	font-size: 16px;
	line-height: 24px;
	color: #000000;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}

.news_lists .item:hover .info a {
	color: #1976d2;
}

.news_lists .item .info p {
	font-size: 14px;
	line-height: 24px;
	color: #666666;
	padding-top: 20px;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
}

.news_lists .item .pic {
	width: 32.5%;
	float: right;
	display: block;
}

.news_lists .item .pic .img-box {
	padding-bottom: 59.70149253731343%;
}


/*news_detail*/

.news_detail {
	padding: 60px 0;
}

.news_detail .title {
	text-align: left;
	padding-bottom: 20px;
	border-bottom: 1px solid #eeeeee;
}

.news_detail .title b {
	font-size: 28px;
}

.news_detail .title p {
	color: #666666;
}

.news_detail .info {
	padding-top: 40px;
}

.news_detail .info p {
	font-size: 14px;
	line-height: 28px;
	color: #333333;
}

.news_detail .info p img {
	max-width: 100%;
	height: auto !important;
}

@media (max-width: 1199px) {
	.news_lists .item .info {
		padding-left: 25px;
	}
	.news_detail {
		padding: 50px 0;
	}
	.news_detail .title b {
		font-size: 26px;
	}
}

@media (max-width: 991px) {
	.news_detail {
		padding: 40px 0;
	}
	.news_detail .title b {
		font-size: 24px;
	}
	.news_detail .info {
		padding-top: 30px;
	}
	.news_lists {
		padding-top: 10px;
	}
	.news_lists .item {
		padding-bottom: 20px;
		margin-bottom: 30px;
	}
	.news_lists .item .info {
		padding-left: 25px;
	}
	.news_lists .item .info p {
		padding-top: 10px;
	}
}

@media (max-width: 767px) {
	.news_lists .item .date {
		float: none;
	}
	.news_lists .item .info {
		float: none;
		width: 100%;
		padding-left: 0;
		padding-top: 15px;
	}
	.news_lists .item .pic {
		float: none;
		width: 100%;
		padding-top: 10px;
	}
	.news_detail {
		padding: 30px 0;
	}
	.news_detail .title b {
		font-size: 20px;
	}
	.news_detail .info {
		padding-top: 20px;
	}
}


/*innovation*/

.innovation .info p {
	font-size: 14px;
	line-height: 28px;
	color: #333333;
}

.innovation .lists ul li {
	width: 50%;
	float: left;
}

.innovation .lists ul li:first-child {
	float: none;
	display: block;
	width: 100%;
	margin: auto;
}

.innovation .lists ul li:first-child .item {
	width: 40%;
	margin-top: 0;
}

.innovation .lists ul li .item {
	width: 80%;
	margin: auto;
	display: block;
	margin-top: -90px;
	padding: 125px 50px;
	background: url(../images/img/technology_bg.png) center no-repeat;
	background-size: cover;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}

.innovation .lists ul li .item:hover {
	background: url(../images/img/technology_bg1.png) center no-repeat;
	background-size: cover;
}

.innovation .lists ul li:nth-child(1):after {
	display: block;
	text-align: center;
	content: '\e628';
	font-family: 'iconfont';
	color: #1976d2;
	font-size: 25px;
	padding: 25px 0 0 0;
}

.innovation .lists ul li .item b {
	display: block;
	font-size: 20px;
	font-weight: normal;
	color: #000000;
	text-align: center;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}

.innovation .lists ul li .item b:before {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	border: solid 1px rgba(25, 118, 210, .5);
	margin: auto;
	display: block;
	content: '\e689';
	font-family: 'iconfont';
	font-size: 32px;
	line-height: 70px;
	color: #1976d2;
	font-weight: normal;
	text-align: center;
	margin-bottom: 20px;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}

.innovation .lists ul li:nth-child(2) .item b:before {
	content: '\e77f';
}

.innovation .lists ul li:nth-child(3) .item b:before {
	content: '\e643';
}

.innovation .lists ul li .item p {
	font-size: 14px;
	line-height: 28px;
	color: #999999;
	padding-top: 15px;
	text-align: justify;
	height: 130px;
	/*display: -webkit-box;*/
	overflow: hidden;
	/*-webkit-box-orient: vertical;*/
	/*-webkit-line-clamp: 4;*/
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}

.innovation .lists ul li .item:hover b {
	color: #FFFFFF;
}

.innovation .lists ul li .item:hover p {
	color: #FFFFFF;
}

.innovation .lists ul li .item:hover b:before {
	color: #FFFFFF;
	border: solid 1px rgba(255, 255, 255, .5);
}

@media (max-width: 1469px) {
	.innovation .lists ul li:first-child .item {
		width: 55%;
	}
	.innovation .lists ul li .item {
		width: 104%;
		margin-top: -70px;
	}
}

@media (max-width: 1199px) {
	.innovation .lists ul li .item {
		padding: 70px 50px 90px 50px;
		background-size: 100% 100%;
	}
	.innovation .lists ul li:nth-child(1):after {
		padding: 10px 0 0 0;
	}
	.innovation .lists ul li .item p {
		padding-top: 5px;
		height: 190px;
	}
	.innovation .lists ul li .item b:before {
		margin-bottom: 10px;
	}
}

@media (max-width: 991px) {
	.innovation .lists ul li .item {
		width: 100%;
		padding: 70px 50px 110px 50px;
	}
	.innovation .lists ul li .item p {
		height: 140px;
	}
}

@media (max-width: 767px) {
	.innovation .lists ul li {
		width: 100%;
		margin-bottom: 20px;
	}
	.innovation .lists ul li:first-child {
		margin-bottom: 20px;
	}
	.innovation .lists ul li:last-child {
		margin-bottom: 0;
	}
	.innovation .lists ul li .item {
		width: 100%;
		margin-top: 0;
		padding: 80px 50px 100px 50px;
	}
	.innovation .lists ul li:first-child .item {
		width: 100%;
	}
	.innovation .lists ul li:nth-child(1):after {
		display: none;
	}
	.innovation .lists ul li .item b {
		font-size: 18px;
	}
}


/*quality*/

.quality .pic .pic_img {
	margin-bottom: 20px;
}

.quality .pic .pic_img .img-box {
	padding-bottom: 49.01960784313725%;
}

.quality .info {
	padding-bottom: 20px;
}

.quality .info p {
	font-size: 14px;
	line-height: 28px;
	color: #000000;
}

@media (max-width: 991px) {
	.quality .info {
		padding-top: 30px;
	}
}

@media (max-width: 767px) {
	.quality .pic .pic_img {
		margin-bottom: 20px;
	}
	.quality .info {
		padding-top: 10px;
	}
}


/**
 * Date : 2021年7月7日16:23:29
 * @author HSM
 * @toDo index_core换图
 */
.index_core {
	background: none !important;
}
.index_core .pic-box{
	text-align: center;
}
.index_core .pic-box img{
	max-width: 100%;
	height: auto !important;
}